home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / PPESCR17.ZIP / EXAMPLES.ZIP / VERAGE.DAT < prev    next >
Text File  |  1994-11-09  |  743b  |  34 lines

  1. ?How old are you
  2. A;;;;;;[Match];[Lied]
  3. #Something's wrong, we should have branched!
  4. B;;;;[STOP]
  5. :Match
  6. #That matches my records, Thanks.
  7. B;;;;[NEXT]
  8. :Lied
  9. #You lied about your age!
  10. :NEXT
  11. ?
  12. V;1; ; ; ; ;[Match2];[Lied2]
  13. #Something's wrong, we should have branched!
  14. B;;;;[STOP]
  15. :Match2
  16. #That matches my records, Thanks.
  17. B;;;;[NEXT2]
  18. :Lied2
  19. #Sorry, that doesn't match your previous response!
  20. :NEXT2
  21. #Let's see if your on our Special Persons list
  22. T;15;NAME.LST;[Match3];[NoMatch]
  23. #Something's wrong, we should have branched!
  24. B;;;;[STOP]
  25. :Match3
  26. #OK, Your special!
  27. B;;;;[NEXT3]
  28. :NoMatch
  29. #No, Your nobody!
  30. :Next3
  31. ?Answer this Yes (until you get tired of seeing it)
  32. Y;;;;Y;;[Next3];
  33. #Ok, were done with the questions.
  34.